[INFO] cloning repository https://github.com/fox0/schemars-foxy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fox0/schemars-foxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffox0%2Fschemars-foxy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffox0%2Fschemars-foxy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 10296bc6ba266983226ba98788d9c16c4d260810
[INFO] fixing fox0/schemars-foxy against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffox0%2Fschemars-foxy" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/fox0/schemars-foxy
[INFO] finished tweaking git repo https://github.com/fox0/schemars-foxy
[INFO] tweaked toml for git repo https://github.com/fox0/schemars-foxy written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fox0/schemars-foxy on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fox0/schemars-foxy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded winnow v0.7.7
[INFO] [stderr]   Downloaded toolchain_find v0.4.0
[INFO] [stderr]   Downloaded jiff v0.2.10
[INFO] [stderr]   Downloaded jiff-static v0.2.10
[INFO] [stderr]   Downloaded rustfmt-wrapper v0.2.1
[INFO] [stderr]   Downloaded colog v1.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7d6ad3b2e2f3c22407e41ce3997f7f2d2514aaefca4b9d620260ea3a71d1e91f
[INFO] running `Command { std: "docker" "start" "7d6ad3b2e2f3c22407e41ce3997f7f2d2514aaefca4b9d620260ea3a71d1e91f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7d6ad3b2e2f3c22407e41ce3997f7f2d2514aaefca4b9d620260ea3a71d1e91f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d6ad3b2e2f3c22407e41ce3997f7f2d2514aaefca4b9d620260ea3a71d1e91f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7d6ad3b2e2f3c22407e41ce3997f7f2d2514aaefca4b9d620260ea3a71d1e91f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking toml_write v0.1.1
[INFO] [stderr]     Checking winnow v0.7.7
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking rustix v1.0.7
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking jiff v0.2.10
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking tempfile v3.19.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking toolchain_find v0.4.0
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking colog v1.3.0
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.9
[INFO] [stderr]     Checking toml_edit v0.22.26
[INFO] [stderr]     Checking toml v0.8.22
[INFO] [stderr]     Checking rustfmt-wrapper v0.2.1
[INFO] [stderr]     Checking schemars_foxy v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0428]: the name `get_direct` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:122:1
[INFO] [stdout]     |
[INFO] [stdout]  54 | pub struct get_direct {
[INFO] [stdout]     | --------------------- previous definition of the type `get_direct` here
[INFO] [stdout] ...
[INFO] [stdout] 122 | pub struct get_direct {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `get_direct` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `get_direct` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `edit` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:140:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct edit {
[INFO] [stdout]     | --------------- previous definition of the type `edit` here
[INFO] [stdout] ...
[INFO] [stdout] 140 | pub struct edit {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ `edit` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `edit` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `get_direct` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:156:1
[INFO] [stdout]     |
[INFO] [stdout]  54 | pub struct get_direct {
[INFO] [stdout]     | --------------------- previous definition of the type `get_direct` here
[INFO] [stdout] ...
[INFO] [stdout] 156 | pub struct get_direct {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `get_direct` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `get_direct` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `edit` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:176:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct edit {
[INFO] [stdout]     | --------------- previous definition of the type `edit` here
[INFO] [stdout] ...
[INFO] [stdout] 176 | pub struct edit {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ `edit` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `edit` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `get_direct` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:192:1
[INFO] [stdout]     |
[INFO] [stdout]  54 | pub struct get_direct {
[INFO] [stdout]     | --------------------- previous definition of the type `get_direct` here
[INFO] [stdout] ...
[INFO] [stdout] 192 | pub struct get_direct {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `get_direct` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `get_direct` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `add` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:210:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | pub struct add {
[INFO] [stdout]     | -------------- previous definition of the type `add` here
[INFO] [stdout] ...
[INFO] [stdout] 210 | pub struct add {
[INFO] [stdout]     | ^^^^^^^^^^^^^^ `add` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `add` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `get_by` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:226:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | pub struct get_by {
[INFO] [stdout]     | ----------------- previous definition of the type `get_by` here
[INFO] [stdout] ...
[INFO] [stdout] 226 | pub struct get_by {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ `get_by` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `get_by` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `edit` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:248:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct edit {
[INFO] [stdout]     | --------------- previous definition of the type `edit` here
[INFO] [stdout] ...
[INFO] [stdout] 248 | pub struct edit {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ `edit` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `edit` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `edit` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct edit {
[INFO] [stdout]     | --------------- previous definition of the type `edit` here
[INFO] [stdout] ...
[INFO] [stdout] 268 | pub struct edit {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ `edit` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `edit` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `add` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | pub struct add {
[INFO] [stdout]     | -------------- previous definition of the type `add` here
[INFO] [stdout] ...
[INFO] [stdout] 290 | pub struct add {
[INFO] [stdout]     | ^^^^^^^^^^^^^^ `add` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `add` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `get_by` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:321:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | pub struct get_by {
[INFO] [stdout]     | ----------------- previous definition of the type `get_by` here
[INFO] [stdout] ...
[INFO] [stdout] 321 | pub struct get_by {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ `get_by` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `get_by` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `add` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:354:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | pub struct add {
[INFO] [stdout]     | -------------- previous definition of the type `add` here
[INFO] [stdout] ...
[INFO] [stdout] 354 | pub struct add {
[INFO] [stdout]     | ^^^^^^^^^^^^^^ `add` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `add` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `edit` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:372:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct edit {
[INFO] [stdout]     | --------------- previous definition of the type `edit` here
[INFO] [stdout] ...
[INFO] [stdout] 372 | pub struct edit {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ `edit` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `edit` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `add` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:411:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | pub struct add {
[INFO] [stdout]     | -------------- previous definition of the type `add` here
[INFO] [stdout] ...
[INFO] [stdout] 411 | pub struct add {
[INFO] [stdout]     | ^^^^^^^^^^^^^^ `add` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `add` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `get_by` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:429:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | pub struct get_by {
[INFO] [stdout]     | ----------------- previous definition of the type `get_by` here
[INFO] [stdout] ...
[INFO] [stdout] 429 | pub struct get_by {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ `get_by` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `get_by` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `remove__spo_document_list` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:435:1
[INFO] [stdout]     |
[INFO] [stdout] 378 | pub struct remove__spo_document_list {
[INFO] [stdout]     | ------------------------------------ previous definition of the type `remove__spo_document_list` here
[INFO] [stdout] ...
[INFO] [stdout] 435 | pub struct remove__spo_document_list {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `remove__spo_document_list` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `remove__spo_document_list` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `remove` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:445:1
[INFO] [stdout]     |
[INFO] [stdout] 388 | pub struct remove {
[INFO] [stdout]     | ----------------- previous definition of the type `remove` here
[INFO] [stdout] ...
[INFO] [stdout] 445 | pub struct remove {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ `remove` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `remove` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `add` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:481:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | pub struct add {
[INFO] [stdout]     | -------------- previous definition of the type `add` here
[INFO] [stdout] ...
[INFO] [stdout] 481 | pub struct add {
[INFO] [stdout]     | ^^^^^^^^^^^^^^ `add` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `add` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `edit` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:497:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct edit {
[INFO] [stdout]     | --------------- previous definition of the type `edit` here
[INFO] [stdout] ...
[INFO] [stdout] 497 | pub struct edit {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ `edit` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `edit` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `remove` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:513:1
[INFO] [stdout]     |
[INFO] [stdout] 388 | pub struct remove {
[INFO] [stdout]     | ----------------- previous definition of the type `remove` here
[INFO] [stdout] ...
[INFO] [stdout] 513 | pub struct remove {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ `remove` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `remove` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `edit` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:564:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct edit {
[INFO] [stdout]     | --------------- previous definition of the type `edit` here
[INFO] [stdout] ...
[INFO] [stdout] 564 | pub struct edit {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ `edit` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `edit` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `get_all` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:580:1
[INFO] [stdout]     |
[INFO] [stdout] 304 | pub struct get_all {
[INFO] [stdout]     | ------------------ previous definition of the type `get_all` here
[INFO] [stdout] ...
[INFO] [stdout] 580 | pub struct get_all {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `get_all` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `get_all` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `get_direct` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:597:1
[INFO] [stdout]     |
[INFO] [stdout]  54 | pub struct get_direct {
[INFO] [stdout]     | --------------------- previous definition of the type `get_direct` here
[INFO] [stdout] ...
[INFO] [stdout] 597 | pub struct get_direct {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `get_direct` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `get_direct` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `add` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:619:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | pub struct add {
[INFO] [stdout]     | -------------- previous definition of the type `add` here
[INFO] [stdout] ...
[INFO] [stdout] 619 | pub struct add {
[INFO] [stdout]     | ^^^^^^^^^^^^^^ `add` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `add` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `get_by` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:636:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | pub struct get_by {
[INFO] [stdout]     | ----------------- previous definition of the type `get_by` here
[INFO] [stdout] ...
[INFO] [stdout] 636 | pub struct get_by {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ `get_by` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `get_by` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `remove` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:657:1
[INFO] [stdout]     |
[INFO] [stdout] 388 | pub struct remove {
[INFO] [stdout]     | ----------------- previous definition of the type `remove` here
[INFO] [stdout] ...
[INFO] [stdout] 657 | pub struct remove {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ `remove` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `remove` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `add` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | pub struct add {
[INFO] [stdout]     | -------------- previous definition of the type `add` here
[INFO] [stdout] ...
[INFO] [stdout] 680 | pub struct add {
[INFO] [stdout]     | ^^^^^^^^^^^^^^ `add` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `add` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `get_direct` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:697:1
[INFO] [stdout]     |
[INFO] [stdout]  54 | pub struct get_direct {
[INFO] [stdout]     | --------------------- previous definition of the type `get_direct` here
[INFO] [stdout] ...
[INFO] [stdout] 697 | pub struct get_direct {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `get_direct` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `get_direct` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `edit` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:720:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct edit {
[INFO] [stdout]     | --------------- previous definition of the type `edit` here
[INFO] [stdout] ...
[INFO] [stdout] 720 | pub struct edit {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ `edit` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `edit` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `add` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:765:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | pub struct add {
[INFO] [stdout]     | -------------- previous definition of the type `add` here
[INFO] [stdout] ...
[INFO] [stdout] 765 | pub struct add {
[INFO] [stdout]     | ^^^^^^^^^^^^^^ `add` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `add` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `edit` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:800:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct edit {
[INFO] [stdout]     | --------------- previous definition of the type `edit` here
[INFO] [stdout] ...
[INFO] [stdout] 800 | pub struct edit {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ `edit` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `edit` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `get_all` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:816:1
[INFO] [stdout]     |
[INFO] [stdout] 304 | pub struct get_all {
[INFO] [stdout]     | ------------------ previous definition of the type `get_all` here
[INFO] [stdout] ...
[INFO] [stdout] 816 | pub struct get_all {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `get_all` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `get_all` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `get_direct` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:832:1
[INFO] [stdout]     |
[INFO] [stdout]  54 | pub struct get_direct {
[INFO] [stdout]     | --------------------- previous definition of the type `get_direct` here
[INFO] [stdout] ...
[INFO] [stdout] 832 | pub struct get_direct {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ `get_direct` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `get_direct` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `remove` is defined multiple times
[INFO] [stdout]    --> tests/OwnSchemas.rs:848:1
[INFO] [stdout]     |
[INFO] [stdout] 388 | pub struct remove {
[INFO] [stdout]     | ----------------- previous definition of the type `remove` here
[INFO] [stdout] ...
[INFO] [stdout] 848 | pub struct remove {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ `remove` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `remove` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 120 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:138:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 138 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `edit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:154:10
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 154 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:174:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 174 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `edit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:190:10
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 190 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:208:10
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 208 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `add`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:224:10
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 224 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `get_by`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:246:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 246 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `edit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:266:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 266 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `edit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:288:10
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 288 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `add`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:319:10
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 319 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `get_by`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:352:10
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 352 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `add`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:370:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 370 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `edit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:409:10
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 409 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `add`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:427:10
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 427 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `get_by`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `remove__spo_document_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:433:10
[INFO] [stdout]     |
[INFO] [stdout] 376 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 433 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `remove__spo_document_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:443:10
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 443 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `remove`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:479:10
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 479 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `add`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:495:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 495 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `edit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:511:10
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 511 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `remove`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:562:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 562 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `edit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `get_all`
[INFO] [stdout]    --> tests/OwnSchemas.rs:578:10
[INFO] [stdout]     |
[INFO] [stdout] 302 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 578 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `get_all`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:595:10
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 595 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:617:10
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 617 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `add`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:634:10
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 634 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `get_by`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:655:10
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 655 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `remove`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:678:10
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 678 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `add`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:695:10
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 695 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:718:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 718 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `edit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:763:10
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 763 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `add`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:798:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 798 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `edit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `get_all`
[INFO] [stdout]    --> tests/OwnSchemas.rs:814:10
[INFO] [stdout]     |
[INFO] [stdout] 302 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 814 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `get_all`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:830:10
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 830 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:846:10
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 846 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^ conflicting implementation for `remove`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:120:17
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 120 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:138:17
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 138 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 154 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 174 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:190:17
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 190 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:208:17
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 208 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:224:17
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 224 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `get_by`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:246:17
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 246 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:266:17
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 266 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:288:17
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 288 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:319:17
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 319 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `get_by`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:352:17
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 352 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:370:17
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 370 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:409:17
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 409 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:427:17
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 427 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `get_by`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `remove__spo_document_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:433:17
[INFO] [stdout]     |
[INFO] [stdout] 376 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 433 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `remove__spo_document_list`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:443:17
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 443 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `remove`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:479:17
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 479 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:495:17
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 495 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:511:17
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 511 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `remove`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:562:17
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 562 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `get_all`
[INFO] [stdout]    --> tests/OwnSchemas.rs:578:17
[INFO] [stdout]     |
[INFO] [stdout] 302 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 578 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `get_all`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:595:17
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 595 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:617:17
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 617 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:634:17
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 634 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `get_by`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:655:17
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 655 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `remove`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:678:17
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 678 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:695:17
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 695 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:718:17
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 718 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:763:17
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 763 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:798:17
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 798 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `get_all`
[INFO] [stdout]    --> tests/OwnSchemas.rs:814:17
[INFO] [stdout]     |
[INFO] [stdout] 302 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 814 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `get_all`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:830:17
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 830 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Serialize` for type `remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:846:17
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ---------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 846 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ conflicting implementation for `remove`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:120:35
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 120 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:138:35
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 138 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:154:35
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 154 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:174:35
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 174 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:190:35
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 190 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:208:35
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 208 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:224:35
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 224 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `get_by`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:246:35
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 246 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:266:35
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 266 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:288:35
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 288 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:319:35
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 319 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `get_by`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:352:35
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 352 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:370:35
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 370 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:409:35
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 409 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:427:35
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 427 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `get_by`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `remove__spo_document_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:433:35
[INFO] [stdout]     |
[INFO] [stdout] 376 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 433 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `remove__spo_document_list`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:443:35
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 443 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `remove`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:479:35
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 479 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:495:35
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 495 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:511:35
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 511 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `remove`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:562:35
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 562 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `get_all`
[INFO] [stdout]    --> tests/OwnSchemas.rs:578:35
[INFO] [stdout]     |
[INFO] [stdout] 302 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 578 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `get_all`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:595:35
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 595 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:617:35
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 617 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:634:35
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 634 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `get_by`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:655:35
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 655 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `remove`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:678:35
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 678 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:695:35
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 695 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:718:35
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 718 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:763:35
[INFO] [stdout]     |
[INFO] [stdout]  70 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 763 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `add`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:798:35
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 798 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `edit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `get_all`
[INFO] [stdout]    --> tests/OwnSchemas.rs:814:35
[INFO] [stdout]     |
[INFO] [stdout] 302 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 814 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `get_all`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:830:35
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 830 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `get_direct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Deserialize<'_>` for type `remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:846:35
[INFO] [stdout]     |
[INFO] [stdout] 386 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ------------------ first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 846 | #[derive(Debug, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^ conflicting implementation for `remove`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_application_achievement_list` on type `&get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub spo_application_achievement_list: Vec<get_direct__spo_application_achievement_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `id_jwt_by_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `get_direct` has no field named `spo_application_achievement_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub spo_application_achievement_list: Vec<get_direct__spo_application_achievement_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `get_direct` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_application_benefit_list` on type `&edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub spo_application_benefit_list: Vec<edit__spo_application_benefit_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout] help: a field with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 141 -     pub spo_application_benefit_list: Vec<edit__spo_application_benefit_list>,
[INFO] [stdout] 141 +     pub spo_application_achievement_list: Vec<edit__spo_application_benefit_list>,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `edit` has no field named `spo_application_benefit_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub spo_application_benefit_list: Vec<edit__spo_application_benefit_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `edit` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_application_benefit_list` on type `&get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub spo_application_benefit_list: Vec<get_direct__spo_application_benefit_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `id_jwt_by_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `get_direct` has no field named `spo_application_benefit_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub spo_application_benefit_list: Vec<get_direct__spo_application_benefit_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `get_direct` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_application_list` on type `&edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:177:9
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub spo_application_list: Vec<edit__spo_application_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_application_achievement_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `edit` has no field named `spo_application_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:177:9
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub spo_application_list: Vec<edit__spo_application_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ `edit` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_application_list` on type `&get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub spo_application_list: Vec<get_direct__spo_application_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `id_jwt_by_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `get_direct` has no field named `spo_application_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub spo_application_list: Vec<get_direct__spo_application_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ `get_direct` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_application_specialty_list` on type `&add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:211:9
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub spo_application_specialty_list: Vec<add__spo_application_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_addition_info_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `add` has no field named `spo_application_specialty_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:211:9
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub spo_application_specialty_list: Vec<add__spo_application_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `add` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_application_specialty_list` on type `&get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub spo_application_specialty_list: Vec<get_by__spo_application_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_addition_info_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `get_by` has no field named `spo_application_specialty_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub spo_application_specialty_list: Vec<get_by__spo_application_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `get_by` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_application_specialty_status_list` on type `&edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub spo_application_specialty_status_list: Vec<edit__spo_application_specialty_status_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_application_achievement_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `edit` has no field named `spo_application_specialty_status_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub spo_application_specialty_status_list: Vec<edit__spo_application_specialty_status_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `edit` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_application_status_list` on type `&edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:269:9
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub spo_application_status_list: Option<Vec<edit__spo_application_status_list>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_application_achievement_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `edit` has no field named `spo_application_status_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:269:9
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub spo_application_status_list: Option<Vec<edit__spo_application_status_list>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `edit` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_campaign_list` on type `&add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:291:9
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub spo_campaign_list: Vec<add__spo_campaign_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_addition_info_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `add` has no field named `spo_campaign_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:291:9
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub spo_campaign_list: Vec<add__spo_campaign_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ `add` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_consent_to_enroll_list` on type `&get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:322:9
[INFO] [stdout]     |
[INFO] [stdout] 322 |     pub spo_consent_to_enroll_list: Vec<get_by__spo_consent_to_enroll_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_addition_info_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `get_by` has no field named `spo_consent_to_enroll_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:322:9
[INFO] [stdout]     |
[INFO] [stdout] 322 |     pub spo_consent_to_enroll_list: Vec<get_by__spo_consent_to_enroll_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ `get_by` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_document_list` on type `&add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:355:9
[INFO] [stdout]     |
[INFO] [stdout] 355 |     pub spo_document_list: Vec<add__spo_document_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_addition_info_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `add` has no field named `spo_document_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:355:9
[INFO] [stdout]     |
[INFO] [stdout] 355 |     pub spo_document_list: Vec<add__spo_document_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ `add` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_document_list` on type `&edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:373:9
[INFO] [stdout]     |
[INFO] [stdout] 373 |     pub spo_document_list: Vec<edit__spo_document_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_application_achievement_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `edit` has no field named `spo_document_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:373:9
[INFO] [stdout]     |
[INFO] [stdout] 373 |     pub spo_document_list: Vec<edit__spo_document_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ `edit` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_entrance_test_schedule_list` on type `&add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:412:9
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub spo_entrance_test_schedule_list: Vec<add__spo_entrance_test_schedule_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_addition_info_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `add` has no field named `spo_entrance_test_schedule_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:412:9
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub spo_entrance_test_schedule_list: Vec<add__spo_entrance_test_schedule_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `add` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_entrance_test_schedule_list` on type `&get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 430 |     pub spo_entrance_test_schedule_list: Vec<get_by__spo_entrance_test_schedule_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_addition_info_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `get_by` has no field named `spo_entrance_test_schedule_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 430 |     pub spo_entrance_test_schedule_list: Vec<get_by__spo_entrance_test_schedule_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `get_by` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_entrant_identification_list` on type `&add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:482:9
[INFO] [stdout]     |
[INFO] [stdout] 482 |     pub spo_entrant_identification_list: Vec<add__spo_entrant_identification_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_addition_info_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `add` has no field named `spo_entrant_identification_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:482:9
[INFO] [stdout]     |
[INFO] [stdout] 482 |     pub spo_entrant_identification_list: Vec<add__spo_entrant_identification_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `add` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_entrant_identification_list` on type `&edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:498:9
[INFO] [stdout]     |
[INFO] [stdout] 498 |     pub spo_entrant_identification_list: Vec<edit__spo_entrant_identification_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_application_achievement_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `edit` has no field named `spo_entrant_identification_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:498:9
[INFO] [stdout]     |
[INFO] [stdout] 498 |     pub spo_entrant_identification_list: Vec<edit__spo_entrant_identification_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `edit` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_entrant_identification_list` on type `&remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:514:9
[INFO] [stdout]     |
[INFO] [stdout] 514 |     pub spo_entrant_identification_list: Vec<remove__spo_entrant_identification_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_document_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `remove` has no field named `spo_entrant_identification_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:514:9
[INFO] [stdout]     |
[INFO] [stdout] 514 |     pub spo_entrant_identification_list: Vec<remove__spo_entrant_identification_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `remove` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_entrant_list` on type `&edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:566:9
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub spo_entrant_list: edit__spo_entrant_list,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_application_achievement_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `edit` has no field named `spo_entrant_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:566:9
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub spo_entrant_list: edit__spo_entrant_list,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ `edit` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_entrant_list` on type `&get_all`
[INFO] [stdout]    --> tests/OwnSchemas.rs:582:9
[INFO] [stdout]     |
[INFO] [stdout] 582 |     pub spo_entrant_list: Vec<get_all__spo_entrant_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_campaign_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `get_all` has no field named `spo_entrant_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:582:9
[INFO] [stdout]     |
[INFO] [stdout] 582 |     pub spo_entrant_list: Vec<get_all__spo_entrant_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ `get_all` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_entrant_list` on type `&get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:598:9
[INFO] [stdout]     |
[INFO] [stdout] 598 |     pub spo_entrant_list: Vec<get_direct__spo_entrant_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `id_jwt_by_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `get_direct` has no field named `spo_entrant_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:598:9
[INFO] [stdout]     |
[INFO] [stdout] 598 |     pub spo_entrant_list: Vec<get_direct__spo_entrant_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ `get_direct` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_original_education_document_list` on type `&add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub spo_original_education_document_list: Vec<add__spo_original_education_document_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_addition_info_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `add` has no field named `spo_original_education_document_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub spo_original_education_document_list: Vec<add__spo_original_education_document_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `add` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_original_education_document_list` on type `&get_by`
[INFO] [stdout]    --> tests/OwnSchemas.rs:638:9
[INFO] [stdout]     |
[INFO] [stdout] 638 |     pub spo_original_education_document_list: Vec<get_by__spo_original_education_document_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_addition_info_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `get_by` has no field named `spo_original_education_document_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:638:9
[INFO] [stdout]     |
[INFO] [stdout] 638 |     pub spo_original_education_document_list: Vec<get_by__spo_original_education_document_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `get_by` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_original_education_document_list` on type `&remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:658:9
[INFO] [stdout]     |
[INFO] [stdout] 658 |     pub spo_original_education_document_list: Vec<remove__spo_original_education_document_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_document_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `remove` has no field named `spo_original_education_document_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:658:9
[INFO] [stdout]     |
[INFO] [stdout] 658 |     pub spo_original_education_document_list: Vec<remove__spo_original_education_document_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `remove` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `ranked_competition_list_package` on type `&add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:681:9
[INFO] [stdout]     |
[INFO] [stdout] 681 |     pub ranked_competition_list_package: add__ranked_competition_list_package,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_addition_info_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `add` has no field named `ranked_competition_list_package`
[INFO] [stdout]    --> tests/OwnSchemas.rs:681:9
[INFO] [stdout]     |
[INFO] [stdout] 681 |     pub ranked_competition_list_package: add__ranked_competition_list_package,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `add` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `ranked_competition_list_package` on type `&get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:699:9
[INFO] [stdout]     |
[INFO] [stdout] 699 |     pub ranked_competition_list_package: get_direct__ranked_competition_list_package,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `id_jwt_by_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `get_direct` has no field named `ranked_competition_list_package`
[INFO] [stdout]    --> tests/OwnSchemas.rs:699:9
[INFO] [stdout]     |
[INFO] [stdout] 699 |     pub ranked_competition_list_package: get_direct__ranked_competition_list_package,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `get_direct` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `specialty_event_list` on type `&edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:721:9
[INFO] [stdout]     |
[INFO] [stdout] 721 |     pub specialty_event_list: Vec<edit__specialty_event_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_application_achievement_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `edit` has no field named `specialty_event_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:721:9
[INFO] [stdout]     |
[INFO] [stdout] 721 |     pub specialty_event_list: Vec<edit__specialty_event_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ `edit` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_specialty_list` on type `&add`
[INFO] [stdout]    --> tests/OwnSchemas.rs:766:9
[INFO] [stdout]     |
[INFO] [stdout] 766 |     pub spo_specialty_list: Vec<add__spo_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_addition_info_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `add` has no field named `spo_specialty_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:766:9
[INFO] [stdout]     |
[INFO] [stdout] 766 |     pub spo_specialty_list: Vec<add__spo_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ `add` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_specialty_list` on type `&edit`
[INFO] [stdout]    --> tests/OwnSchemas.rs:801:9
[INFO] [stdout]     |
[INFO] [stdout] 801 |     pub spo_specialty_list: Vec<edit__spo_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_application_achievement_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `edit` has no field named `spo_specialty_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:801:9
[INFO] [stdout]     |
[INFO] [stdout] 801 |     pub spo_specialty_list: Vec<edit__spo_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ `edit` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_specialty_list` on type `&get_all`
[INFO] [stdout]    --> tests/OwnSchemas.rs:817:9
[INFO] [stdout]     |
[INFO] [stdout] 817 |     pub spo_specialty_list: Vec<get_all__spo_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_campaign_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `get_all` has no field named `spo_specialty_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:817:9
[INFO] [stdout]     |
[INFO] [stdout] 817 |     pub spo_specialty_list: Vec<get_all__spo_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ `get_all` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_specialty_list` on type `&get_direct`
[INFO] [stdout]    --> tests/OwnSchemas.rs:833:9
[INFO] [stdout]     |
[INFO] [stdout] 833 |     pub spo_specialty_list: Vec<get_direct__spo_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `id_jwt_by_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `get_direct` has no field named `spo_specialty_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:833:9
[INFO] [stdout]     |
[INFO] [stdout] 833 |     pub spo_specialty_list: Vec<get_direct__spo_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ `get_direct` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `spo_specialty_list` on type `&remove`
[INFO] [stdout]    --> tests/OwnSchemas.rs:849:9
[INFO] [stdout]     |
[INFO] [stdout] 849 |     pub spo_specialty_list: Vec<remove__spo_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available field is: `spo_document_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `remove` has no field named `spo_specialty_list`
[INFO] [stdout]    --> tests/OwnSchemas.rs:849:9
[INFO] [stdout]     |
[INFO] [stdout] 849 |     pub spo_specialty_list: Vec<remove__spo_specialty_list>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ `remove` does not have this field
[INFO] [stdout]     |
[INFO] [stdout]     = note: all struct fields are already assigned
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0119, E0428, E0560, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0119`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars_foxy` (test "OwnSchemas") due to 200 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: struct `achievement_cls__achievement_cls` is never constructed
[INFO] [stdout]  --> src/../tests/ClsSchemas.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct achievement_cls__achievement_cls {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `achievement_cls` is never constructed
[INFO] [stdout]   --> src/../tests/ClsSchemas.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct achievement_cls {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `application_specialty_status_cls__application_specialty_status_cls` is never constructed
[INFO] [stdout]   --> src/../tests/ClsSchemas.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct application_specialty_status_cls__application_specialty_status_cls {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `application_specialty_status_cls` is never constructed
[INFO] [stdout]   --> src/../tests/ClsSchemas.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct application_specialty_status_cls {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `application_status_cls__application_status_cls` is never constructed
[INFO] [stdout]   --> src/../tests/ClsSchemas.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct application_status_cls__application_status_cls {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `application_status_cls` is never constructed
[INFO] [stdout]   --> src/../tests/ClsSchemas.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct application_status_cls {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `benefit_cls__benefit_cls` is never constructed
[INFO] [stdout]   --> src/../tests/ClsSchemas.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub struct benefit_cls__benefit_cls {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `benefit_cls` is never constructed
[INFO] [stdout]   --> src/../tests/ClsSchemas.rs:80:12
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub struct benefit_cls {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `direction_cls__direction_cls` is never constructed
[INFO] [stdout]   --> src/../tests/ClsSchemas.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct direction_cls__direction_cls {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `direction_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct direction_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `document_type_cls__document_type_cls__fields_description` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub struct document_type_cls__document_type_cls__fields_description {}
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `document_type_cls__document_type_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:115:12
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub struct document_type_cls__document_type_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `document_type_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub struct document_type_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `documents_check_status__documents_check_status` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:137:12
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub struct documents_check_status__documents_check_status {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `documents_check_status` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:151:12
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub struct documents_check_status {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `education_form_cls__education_form_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:157:12
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub struct education_form_cls__education_form_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `education_form_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:171:12
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub struct education_form_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `education_level_cls__education_level_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:177:12
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub struct education_level_cls__education_level_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `education_level_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:191:12
[INFO] [stdout]     |
[INFO] [stdout] 191 | pub struct education_level_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `free_education_reasons_cls__free_education_reasons_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:197:12
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub struct free_education_reasons_cls__free_education_reasons_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `free_education_reasons_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:211:12
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub struct free_education_reasons_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `gender_cls__gender_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:218:12
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub struct gender_cls__gender_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `gender_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:232:12
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub struct gender_cls {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `oksm_cls__oksm_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:238:12
[INFO] [stdout]     |
[INFO] [stdout] 238 | pub struct oksm_cls__oksm_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `oksm_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:252:12
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub struct oksm_cls {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `packages_status_cls__packages_status_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:258:12
[INFO] [stdout]     |
[INFO] [stdout] 258 | pub struct packages_status_cls__packages_status_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `packages_status_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:272:12
[INFO] [stdout]     |
[INFO] [stdout] 272 | pub struct packages_status_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `payment_form_cls__payment_form_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:278:12
[INFO] [stdout]     |
[INFO] [stdout] 278 | pub struct payment_form_cls__payment_form_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `payment_form_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:293:12
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub struct payment_form_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `regions_cls__regions_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:299:12
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub struct regions_cls__regions_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `regions_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:313:12
[INFO] [stdout]     |
[INFO] [stdout] 313 | pub struct regions_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `special_conditions_cls__special_conditions_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:319:12
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub struct special_conditions_cls__special_conditions_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `special_conditions_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:333:12
[INFO] [stdout]     |
[INFO] [stdout] 333 | pub struct special_conditions_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `subjects_cls__subjects_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:339:12
[INFO] [stdout]     |
[INFO] [stdout] 339 | pub struct subjects_cls__subjects_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `subjects_cls` is never constructed
[INFO] [stdout]    --> src/../tests/ClsSchemas.rs:354:12
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub struct subjects_cls {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_additional_information__spo_epgu_additional_information__file_list` is never constructed
[INFO] [stdout]  --> src/../tests/DespatchSchemas.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct spo_epgu_additional_information__spo_epgu_additional_information__file_list {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_additional_information__spo_epgu_additional_information` is never constructed
[INFO] [stdout]   --> src/../tests/DespatchSchemas.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct spo_epgu_additional_information__spo_epgu_additional_information {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_additional_information` is never constructed
[INFO] [stdout]   --> src/../tests/DespatchSchemas.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct spo_epgu_additional_information {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__entrant__address_list__address` is never constructed
[INFO] [stdout]   --> src/../tests/DespatchSchemas.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct spo_epgu_application__spo_epgu_application__entrant__address_list__address {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__entrant__address_list` is never constructed
[INFO] [stdout]   --> src/../tests/DespatchSchemas.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct spo_epgu_application__spo_epgu_application__entrant__address_list {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__entrant__legal_representative_info` is never constructed
[INFO] [stdout]   --> src/../tests/DespatchSchemas.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct spo_epgu_application__spo_epgu_application__entrant__legal_representative_info {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__entrant__identification` is never constructed
[INFO] [stdout]   --> src/../tests/DespatchSchemas.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct spo_epgu_application__spo_epgu_application__entrant__identification {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__entrant__photo` is never constructed
[INFO] [stdout]   --> src/../tests/DespatchSchemas.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct spo_epgu_application__spo_epgu_application__entrant__photo {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__entrant` is never constructed
[INFO] [stdout]   --> src/../tests/DespatchSchemas.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub struct spo_epgu_application__spo_epgu_application__entrant {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__application__application_specialty_list` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub struct spo_epgu_application__spo_epgu_application__application__application_specialty_list {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__application__benefit_list__file_list` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub struct spo_epgu_application__spo_epgu_application__application__benefit_list__file_list {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__application__benefit_list` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:147:12
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub struct spo_epgu_application__spo_epgu_application__application__benefit_list {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__application__achievement_list__file_list` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:157:12
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub struct spo_epgu_application__spo_epgu_application__application__achievement_list__file_list {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__application__achievement_list` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub struct spo_epgu_application__spo_epgu_application__application__achievement_list {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__application__document_list__file_list` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:177:12
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub struct spo_epgu_application__spo_epgu_application__application__document_list__file_list {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__application__document_list__fields` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:187:12
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub struct spo_epgu_application__spo_epgu_application__application__document_list__fields {}
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__application__document_list` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:191:12
[INFO] [stdout]     |
[INFO] [stdout] 191 | pub struct spo_epgu_application__spo_epgu_application__application__document_list {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application__application` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:218:12
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub struct spo_epgu_application__spo_epgu_application__application {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application__spo_epgu_application` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:244:12
[INFO] [stdout]     |
[INFO] [stdout] 244 | pub struct spo_epgu_application__spo_epgu_application {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:252:12
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub struct spo_epgu_application {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application_cancel__spo_epgu_application_cancel` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:258:12
[INFO] [stdout]     |
[INFO] [stdout] 258 | pub struct spo_epgu_application_cancel__spo_epgu_application_cancel {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_application_cancel` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:270:12
[INFO] [stdout]     |
[INFO] [stdout] 270 | pub struct spo_epgu_application_cancel {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_consent_to_enroll__spo_epgu_consent_to_enroll` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:276:12
[INFO] [stdout]     |
[INFO] [stdout] 276 | pub struct spo_epgu_consent_to_enroll__spo_epgu_consent_to_enroll {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_epgu_consent_to_enroll` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:292:12
[INFO] [stdout]     |
[INFO] [stdout] 292 | pub struct spo_epgu_consent_to_enroll {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_sp_application_specialty_status__spo_sp_application_specialty_status` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:298:12
[INFO] [stdout]     |
[INFO] [stdout] 298 | pub struct spo_sp_application_specialty_status__spo_sp_application_specialty_status {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_sp_application_specialty_status` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:310:12
[INFO] [stdout]     |
[INFO] [stdout] 310 | pub struct spo_sp_application_specialty_status {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_sp_application_status__spo_sp_application_status` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:317:12
[INFO] [stdout]     |
[INFO] [stdout] 317 | pub struct spo_sp_application_status__spo_sp_application_status {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `spo_sp_application_status` is never constructed
[INFO] [stdout]    --> src/../tests/DespatchSchemas.rs:327:12
[INFO] [stdout]     |
[INFO] [stdout] 327 | pub struct spo_sp_application_status {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7d6ad3b2e2f3c22407e41ce3997f7f2d2514aaefca4b9d620260ea3a71d1e91f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d6ad3b2e2f3c22407e41ce3997f7f2d2514aaefca4b9d620260ea3a71d1e91f", kill_on_drop: false }`
[INFO] [stdout] 7d6ad3b2e2f3c22407e41ce3997f7f2d2514aaefca4b9d620260ea3a71d1e91f
